Vcenter Vm Guest Filesystem Files IterationSpec

Vcenter Vm Guest Filesystem Files IterationSpec
Vcenter Vm Guest Filesystem Files IterationSpec

The Vcenter Vm Guest Filesystem Files IterationSpec schema contains properties used to break results into pages when listing files. See POST /vcenter/vm/{vm}/guest/filesystem/files?action=list).

This schema was added in vSphere API 7.0.2.0.

JSON Example
{
    "size": 0,
    "index": 0
}
integer As int64 As int64
size
Optional

Specifies the maximum number of results to return.

This property was added in vSphere API 7.0.2.0.

If missing or null information about at most 50 files will be returned.

integer As int64 As int64
index
Optional

Which result to start the list with. If this value exceeds the number of results, an empty list will be returned.

This property was added in vSphere API 7.0.2.0.

If missing or null, the start of the list of files will be returned.